Skip to content
SP StackPractices

Tag: distributed lock

Browse 1 practical software engineering resources tagged with "distributed lock". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving distributed lock.

Distributed Locking with Redis and Redlock

Implement distributed locks with Redis for mutual exclusion across processes, using SET NX with TTL and the Redlock algorithm for reliability